-- JSON module extracted from ITU-T Y.4473 (08/2020)

//Example 10 - ASensorThings request with no resource path //Example request: //http://example.org/v1.0/ //Example response: { "value": [ { "name": "Things", "url": "http://example.org/v1.0/Things" }, { "name": "Locations", "url": " http://example.org/v1.0/Locations" }, { "name": "Datastreams", "url": " http://example.org/v1.0/Datastreams" }, { "name": "Sensors", "url": " http://example.org/v1.0/Sensors" }, { "name": "Observations", "url": " http://example.org/v1.0/Observations" }, { "name": "ObservedProperties", "url": "\n http://example.org/v1.0/ObservedProperties" }, { "name": "FeaturesOfInterest", "url": "\n http://example.org/v1.0/FeaturesOfInterest" } ] }